ArcFM Responder Mobile Developer Guide
GetUserInput(CustomTypeConfig[],IDictionary) Method






Configurations for the user input controls.
The properties that the user input controls will edit.
Gets input from the user by displaying one or more user input controls.
Syntax
'Declaration
 
Public Overloads Function GetUserInput( _
   ByVal inputConfigs() As CustomTypeConfig, _
   ByVal properties As System.Collections.IDictionary _
) As System.Collections.IDictionary
'Usage
 
Dim instance As UserInputManager
Dim inputConfigs() As CustomTypeConfig
Dim properties As System.Collections.IDictionary
Dim value As System.Collections.IDictionary
 
value = instance.GetUserInput(inputConfigs, properties)
public System.Collections.IDictionary GetUserInput( 
   CustomTypeConfig[] inputConfigs,
   System.Collections.IDictionary properties
)
public function GetUserInput( 
    inputConfigs: CustomTypeConfigarray of;
    properties: System.Collections.IDictionary
): System.Collections.IDictionary; 
public function GetUserInput( 
   inputConfigs : CustomTypeConfig[],
   properties : System.Collections.IDictionary
) : System.Collections.IDictionary;
public: System.Collections.IDictionary* GetUserInput( 
   CustomTypeConfig*[]* inputConfigs,
   System.Collections.IDictionary* properties
) 
public:
System.Collections.IDictionary^ GetUserInput( 
   array<CustomTypeConfig^>^ inputConfigs,
   System.Collections.IDictionary^ properties
) 

Parameters

inputConfigs
Configurations for the user input controls.
properties
The properties that the user input controls will edit.

Return Value

A new list of properties that have be edited by the user input controls.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UserInputManager Class
UserInputManager Members
Overload List

Send Feedback